home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / postbo.zip / POSTBOX.DOC next >
Text File  |  1993-01-08  |  2KB  |  46 lines

  1. *** POSTBOX Version 1.1 (c)1993 VKW ***         
  2.  
  3.  
  4. Purpose:   looks for mail for current login on a specified LANTASTIC server         
  5.  
  6. Useage:    POSTBOX Servername {verbose} {all}        
  7.            where: Servername is the name of the mail server         
  8.                   VERBOSE means give a detailed list        
  9.                   ALL means show all mail to anyone          
  10.  
  11. Returns:   0 - mail found, program terminated normally        
  12.            1 - NETBIOS not installed... program terminated        
  13.            2 - no mail found, program terminated normally        
  14.            3 - error... unable to look for mail, program terminated          
  15.  
  16. Example:   POSTBOX myserver verbose
  17.  
  18.  
  19.  
  20. This is a slightly more robust version of Lantastic's NET POSTBOX.  This one
  21. shows you more detail about your mail (if you set the VERBOSE switch) and
  22. can also show you all mail on a server (good for system administrators).
  23. It is clever enough to pause for a keypress only if you have mail...
  24. making it perfect for AUTOEXEC.bat.  It also returns errorlevels, so your
  25. batch files can make intelligent decisions about what to do next.
  26.  
  27.  
  28. Disclaimer:
  29.  
  30. This software is NOT shareware or crippleware... it's merely good old
  31. public domain software.  You are free to make whatever use of it you see
  32. fit, however, you do so at your own risk !  The author assumes no 
  33. responsibility for any damage, real or imagined, caused by this
  34. software.
  35.  
  36.  
  37. Your comments are most welcome.  I can be reached through 
  38. Compuserve (74000,2245).
  39.  
  40.  
  41. Enjoy !
  42.  
  43.  
  44.       Vince Waldon
  45.       Edmonton, Alberta, Canada
  46.       January, 1993